IBDAC

TIBCTransaction Methods

Methods of the TIBCTransaction class.

For a complete list of the TIBCTransaction class members, see the TIBCTransaction Members topic.

Public

Name Description

AddConnection

Binds a TCustomDAConnection object with the transaction component.

Commit

Stores all changes of data associated with the transaction to the database server permanently.

CommitRetaining

Stores to the database server all changes of data associated with the transaction permanently and then retains the transaction context.

FindDefaultConnection

Returns the default connection for the transaction.

ReleaseSavepoint

Destroyes the specified savepoint without affecting any work that has been performed after its creation.

RemoveConnection

Disassociates the specified connections from the transaction.

Rollback

Rolls back all changes of data associated with the transaction.

RollbackRetaining

Rolls back all data changes associated with the transaction and retains the transaction context.

RollbackSavepoint

Cancels all updates for the current transaction and restores its state up to the moment of the last defined savepoint.

StartSavepoint

Defines a point in the transaction to which you can roll back later.

StartTransaction (inherited from TDATransaction)

Begins a new transaction.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback